home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Harold cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I think it\'d be best if I don\'t do that.";
- }
- if(_root.micon._currentframe == 35 && _root.range == true && _root.talk10 == 1 && _root.even17 == 0)
- {
- _root.next_dis1 = 11;
- _root.next_txt1 = "I hope you\'re feeling lucky.";
- _root.di1 = 380;
- }
- if(_root.micon._currentframe == 50 && _root.range == true)
- {
- _root.fade.gotoAndPlay(1);
- stopAllSounds();
- _root.micon.gotoAndStop(1);
- _root.gotoAndStop(54);
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Seems as though Harold is taking a smoke break. Just incase you\'re wondering, he\'s not a very pleasant person.";
- }
- if(_root.micon._currentframe == 4 && _root.txt_number <= 1 && _root.range == true)
- {
- if(_root.talk10 == 0)
- {
- _root.talk10 = 1;
- _root.txt_number = 4;
- _root.next_dis4 = 11;
- _root.next_txt4 = "What do you want?";
- _root.di4 = 370;
- _root.next_txt3 = "I noticed you were smoking. You wouldn\'t happen to have a lighter on you by any chance?";
- _root.next_dis3 = 2;
- _root.di3 = 371;
- _root.next_txt2 = "HA... Next ya\'ll be asking me for a cig too.";
- _root.next_dis2 = 11;
- _root.di2 = 372;
- _root.next_txt1 = "I\'ll tell ya what. Find a Frog and challenge me at X-treme Frog Hopping and I\'ll give ya my lighter.";
- _root.next_dis1 = 11;
- _root.di1 = 373;
- }
- else if(_root.talk10 == 1)
- {
- _root.txt_number = 1;
- if(_root.even17 == 1)
- {
- _root.talk10 = 2;
- _root.txt_number = 4;
- _root.next_dis4 = 11;
- _root.next_txt4 = "What do you want?";
- _root.di4 = 370;
- _root.next_dis3 = 2;
- _root.next_txt3 = "I was wondering if you could help me find a date to the dance.";
- _root.di3 = 374;
- _root.next_dis2 = 11;
- _root.next_txt2 = "Haha, the day I help you is the day I see a pig fly!";
- _root.di2 = 375;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Pig fly... I\'ll see what I can do.";
- _root.di1 = 376;
- }
- else
- {
- _root.next_dis1 = 11;
- _root.next_txt1 = "Don\'t bother me unless you\'re up for the challenge.";
- _root.di1 = 377;
- }
- }
- else if(_root.talk10 == 2)
- {
- _root.txt_number = 2;
- _root.next_dis2 = 2;
- _root.next_txt2 = "Could you please help out?";
- _root.di2 = 378;
- _root.next_dis1 = 11;
- _root.next_txt1 = "Like I said kid, it aint gonna happen til I see a pig fly! Hahahaha";
- _root.di1 = 379;
- }
- else if(_root.talk10 == 3)
- {
- _root.txt_number = 2;
- _root.next_dis2 = 2;
- _root.next_txt2 = "Hey Harold.";
- _root.di2 = 381;
- _root.next_dis1 = 11;
- _root.di1 = 391;
- _root.next_txt1 = "I\'ve already given you that 7382 code. Now leave me alone!";
- }
- }
- }
- }
-